Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency doctrine/doctrine-mongo-odm-module to v5 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
doctrine/doctrine-mongo-odm-module (source) ~2.0 -> ~5.0 age adoption passing confidence

Release Notes

doctrine/DoctrineMongoODMModule (doctrine/doctrine-mongo-odm-module)

v5.1.0

Compare Source

Release Notes for 5.1.0

Feature release (minor)

Added
  • Support for PHP 8.3
5.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2
Enhancement

v5.0.3

Compare Source

Release Notes for 5.0.3

5.0.x bugfix release (patch)

This a pure maintenance release with no changes except for unit tests.

5.0.3
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v5.0.2

Compare Source

Release Notes for 5.0.2

5.0.x bugfix release (patch)

This a pure maintenance release with no changes except for unit tests.

5.0.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v5.0.1

Compare Source

Release Notes for 5.0.1

5.0.x bugfix release (patch)

5.0.1
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v5.0.0

Compare Source

Release Notes for 5.0.0

Backwards incompatible release (major)

Changed
  • Updated to DoctrineModule 6.0
  • Improved type hints changing some signatures (BC breaks)
5.0.0
  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 1
BC Break,Enhancement
Enhancement

v4.3.0

Compare Source

Release Notes for 4.3.0

Feature release (minor)

Added
  • Support for PHP 8.2
Changed
  • Bumped DoctrineModule to 5.3.0
4.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v4.2.0

Compare Source

Release Notes for 4.2.0

Feature release (minor)

Added
  • Support for doctrine/persistence 3.0
Changed
  • The dependency towards container-interop/container-interop was dropped to allow installation of laminas-servicemanager >= 3.11.0
  • Users refering to the symbol Interop\Container\ContainerInterface should update their code to use Psr\Container\ContainerInterface
4.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3
Enhancement

v4.1.1

Compare Source

Release Notes for 4.1.1

4.1.x bugfix release (patch)

4.1.1
  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 3
Enhancement
Bug
Documentation

v4.1.0

Compare Source

Release Notes for 4.1.0

Feature release (minor)

Changed
  • Require doctrine-laminas-hydrator ^3.0
  • Updated dependencies
4.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v4.0.1

Compare Source

Release Notes for 4.0.1

4.0.x bugfix release (patch)

4.0.1
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Bug
Documentation

v4.0.0

Compare Source

Release Notes for 4.0.0

Backwards incompatible release (major)

Added
  • Support für PHP 8.1.
Changed
  • Internally, properties are now typed wherever possible. This can be breaking if you are extending classes.
  • Module class, option classes and factories are now marked as final.
  • DoctrineModule is now required in Version ^5.0 (see release notes for breaking changes).
  • DoctrineModule ^5.0 comes with laminas-cache ^3.1 and laminas-form ^3.0
Removed
  • Integration with laminas-console and laminas-mvc-concole is removed, as these packages are discontinued. Please use ./vendor/bin/doctrine-module instead of php public/index.php to access CLI.
  • Support for PHP 7.3 was removed.
4.0.0
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 1
BC Break
BC Break,Enhancement

v3.2.0

Compare Source

Release Notes for 3.2.0

Feature release (minor)

Added
  • Support for PHP 8.1.
  • Support for Symfony/console 6.0.
3.2.0
  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 1
Enhancement

v3.1.1

Compare Source

Release Notes for 3.1.1

3.1.x bugfix release (patch)

3.1.1
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Bug
Enhancement

v3.1.0

Compare Source

Release Notes for 3.1.0

Feature release (minor)

Added
  • Support for PHP 8.0.
Changed
Deprecated
  • Usage of laminas-mvc-console is deprecated. If you used php public/index.php to access the Doctrine CLI, please switch to using ./vendor/bin/doctrine-module instead.
  • All signatures related to laminas-servicemanager 2.0 have been deprecated as DoctrineMongoODMModule already requires laminas-servicemanager 3.0 for a while.
Removed
  • Support for PHP 7.2.
3.1.0
  • Total issues resolved: 8
  • Total pull requests resolved: 5
  • Total contributors: 2
Enhancement
Bug

v3.0.3

Compare Source

Release Notes for 3.0.3

3.0.x bugfix release (patch)

Changed
3.0.3
  • Total issues resolved: 1
  • Total pull requests resolved: 5
  • Total contributors: 2
Documentation
Bug
Enhancement

v3.0.2

Compare Source

Added
  • .doctrine-project.json created
Changed
  • README.md updated with badges, better installation instructions, removed 2.x specific language
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • Nothing

v3.0.1

Compare Source

Added
  • Nothing.
Changed
  • Updated to Doctrine coding standard v8.2.0
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • Nothing

v3.0.0

Compare Source

Added
  • Nothing.
Changed
  • Configuration was changed to use Doctrine\ODM\MongoDB\Configuration:AUTOGENERATE_* constants for generate_proxies
    and generate_hydrators instead of removed AbstractProxyFactory::AUTOGENERATE_*. If you override those settings in your local config, ensure the proper constants are used.
  • Adapt to doctrine/peristence:2.0
  • DoctrineMongoODMModule\Options\Configuration::getGenerateHydrators() returns an int instead of a bool
  • DoctrineMongoODMModule\Options\Configuration::setGenerateHydrators() requires an int instead of a bool for its first parameter
  • DoctrineMongoODMModule\Options\Configuration: The methods getPersistentCollectionFactory and getPersistentCollectionGenerator can now return null.
Deprecated
  • Nothing.
Removed
  • DoctrineMongoODMModule\Paginator\Adapter\DoctrinePaginator was removed because Doctrine\ODM\MongoDB\Cursor doesn't exist anymore and there is no simple workaround.
  • The CLI commands odm:generate:documents and odm:generate:repositories were removed because they no longer exist.
  • The Configuration options retryConnect and retryQuery were removed.
  • The DoctrineMongoODMModule\Logging\Logger interface was removed. Existing implementations directly implement \Doctrine\ODM\MongoDB\APM\CommandLoggerInterface now.
  • The DoctrineMongoODMModule\Logging\LoggerChain was removed. Loggers can now be subscribed with the MongoDB driver directly.
Fixed
  • Nothing.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants